﻿CHARACTERS = {
	c:PRG ?= {
		create_character = {
			template = PRG_manuel_antonio_ortiz
		}
		create_character = {
			template = PRG_andres_gill
		}
		create_character = {
			template = PRG_mariano_roque_alonso
		}
		create_character = {
			template = PRG_basilio_lopez
		}

		create_character = {
			template = PRG_carlos_antonio_lopez
		}

		create_character = {
			template = PRG_jose_gaspar_rodriguez_de_francia
			on_created = {
				add_modifier = { # Karai Guasu, Great Lord
					name = karai_guazu_modifier
				}
				if = {
					limit = {
						has_dlc_feature = rp1_content
					}
					set_character_immortal = yes # Until the 'I, the Supreme' JE at least.
				}
			}
		}
		if = {
			limit = {
				has_dlc_feature = rp1_content
			}
			create_character = {
				template = PRG_policarpo_patino
				on_created = {
					set_character_immortal = yes # Until the death of Francia
				}
			}
		}
		else = {
			create_character = {
				template = PRG_policarpo_patino_regular
			}
		}
	}
}

